const os.kindNoPoll

3 uses

	os (current package)
		file_unix.go#L137: 	kindNoPoll
		file_unix.go#L301: 	f := newFile(r, name, kindNoPoll, false)
		removeall_unix.go#L19: 	return newFile(fd, name, kindNoPoll, false), nil